home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / start.swf / scripts / frame_92 / PlaceObject2_580_16 / CLIPACTIONRECORD onClipEvent(mouseUp).as < prev   
Text File  |  2001-06-06  |  1KB  |  47 lines

  1. onClipEvent(mouseUp){
  2.    if(_root.mc_krzyzowka.mc_elemK.mc_ez1._currentframe == 4)
  3.    {
  4.       Selection.setFocus("_root.t_ez1");
  5.    }
  6.    if(_root.mc_krzyzowka.mc_elemK.mc_ez2._currentframe == 4)
  7.    {
  8.       Selection.setFocus("_root.t_ez2");
  9.    }
  10.    if(_root.mc_krzyzowka.mc_elemK.mc_e1._currentframe == 4)
  11.    {
  12.       Selection.setFocus("_root.t_e1");
  13.    }
  14.    if(_root.mc_krzyzowka.mc_elemK.mc_e2._currentframe == 4)
  15.    {
  16.       Selection.setFocus("_root.t_e2");
  17.    }
  18.    if(_root.mc_krzyzowka.mc_elemK.mc_e3._currentframe == 4)
  19.    {
  20.       Selection.setFocus("_root.t_e3");
  21.    }
  22.    if(_root.mc_krzyzowka.mc_elemK.mc_e5._currentframe == 4)
  23.    {
  24.       Selection.setFocus("_root.t_e5");
  25.    }
  26.    if(_root.mc_krzyzowka.mc_elemK.mc_e6._currentframe == 4)
  27.    {
  28.       Selection.setFocus("_root.t_e6");
  29.    }
  30.    if(_root.mc_krzyzowka.mc_elemK.mc_e7._currentframe == 4)
  31.    {
  32.       Selection.setFocus("_root.t_e7");
  33.    }
  34.    if(_root.mc_krzyzowka.mc_elemK.mc_e8._currentframe == 4)
  35.    {
  36.       Selection.setFocus("_root.t_e8");
  37.    }
  38.    if(_root.mc_krzyzowka.mc_elemK.mc_e9._currentframe == 4)
  39.    {
  40.       Selection.setFocus("_root.t_e9");
  41.    }
  42.    if(_root.mc_krzyzowka.mc_elemK.mc_e10._currentframe == 4)
  43.    {
  44.       Selection.setFocus("_root.t_e10");
  45.    }
  46. }
  47.